- PLATFORM: JDK20 support added. .
- BUGFIX: Eclipse 4.27 and VSCode 1.14.0 would ignore
lombok.config
. .
- BUGFIX:
@NonNull
on a primitive array field on a record wouldn't work. .
- FEATURE: Jakarta has some non-null annotations (such as
jakarta.annotation.Nonnull
) which we now support. .
- BUGFIX: Eclipse didn't find usages of extension methods (
@ExtensionMethod
) in "find references" nor rename-refactoring.